home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / Solutions.91 / Solutions / background_4404.txt < prev    next >
Text File  |  1990-12-05  |  1KB  |  63 lines

  1. -- background: 4404 from stack: in
  2. -- bmap block id: 5077
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=60 top=31 right=64 bottom=477
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=333 top=309 right=336 bottom=354
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: help
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   push card
  37.   lock screen
  38.   go to card "Help"
  39.   put "Solutions" into bkgnd field "backWhere"
  40.   unlock screen with iris open
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=58 top=307 right=338 bottom=330
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Introduction
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   visual effect dissolve slow
  60.   go to stack "Introduction"
  61. end mouseUp
  62.  
  63.